Run generator in parallel

It runs but does not meet my requirements.
As soon as one statement in fork-join
-any has run, the simulator runs lines after join_any and I don’t get desired output.
If I change fork-join_any, with fork-join, It stays in the loop forever. Because in the driver we have a forever loop.