What is the default sharing pattern? Temporal or spatial?

If I run this command

python model1.py & python model2.py

How these two models are running on the device?
Temporal sharing, model1 runs, then model2 runs, and repeat until the end?
Or spatial sharing, simultaneous kernels?

Best
Max