Parallel Test Suite Data Driven Test

Good afternoon,

I have a Data File with 4 users
I have a Teste Suite with 3 test cases
Each test case can only be executed after the previous one is completed
I want to run those 3 test cases for each user on the Data File

Is it possible to create 4 parallel executions? And each execution must be for a single user and must execute only those 3 test cases

Kind regards,
Monteiro