Workflows run from left to right AND top to bottom so you can’t run in parallel using a single workflow.
You could try creating separate workflows for each row then execute them (without waiting) from a single workflow.
Check out this topic: Running sub-workflows in parallel