Routing Overlap question in AX 2012

I have a routing where three operations run at the same time. That is Operation 1 feeds into Operation 2 that feeds into Operation 3. All three essentially start and stop at the same time (within a second).

So here is my example of the routing:

Operation Run Time Transfer Batch Overlap

1 3.08 1 1

2 3.08 1 1

3 3.08 1 1

I was able to get it to work properly and have these three operations start and stop at the same time on the production order.

But if Operation 2 time is .30 then operation 3 doesn’t start till Operation 2 is completed.

Is there a way to get these 3 operations to run together and start and stop at the same time but the Run Times be different?