Is possible to run 2 different commands at the same time?

Is possible to run 2 different commands at the same time in routeros scripts?

schedule them at the same time maybe?

yes this is worse alternative…can anybody answer if it is possible in one script?

I dont know what do you wan to do, but if you need to run some scritp at the same time maybe you can use comma like this
/system script run script1; /system script run script2;