I have 2 script multiObjectTracking.m and tracking.m I want that the 2 script run at the same time by executing him in third script main.m the two script doesn't communicate with each other : I run this code but they execute sequentially :
run('multiObjectTracking1.m');
run('multiObjectTracking.m');