Is it possible to run multiple simulations on multiple target hardwares with simulink? I have 2 raspberry-pi's and I want them to run the same model at the same time. You can do this via the command line in Matlab with: sim('model1);sim(model2); But in this way, model 2 only starts when the first one is finished... Any ideas?