Run one application on 2 computers

Hi, I’m actually working on an application wich needs very important cpu resources.
So I would like to know if it’s possible to run this application on two computers.
One computer will calculate the physics and the other one the rendering.
Is this possible with Unity 3D ?

No idea ?

You could run it on 2 machines but you need to handle the whole syncronization through networking etc, its definitely expert class complexity.

question is do you really need 2 pcs given that unity does not use multiple threads reasonably at the time, so you could potentially do the same already on 1 pc or alike