How to run bat file followed by VI job and Sage Tasks from a single command

I need to run all the following in sequence

1  Run MS Access Macro - I have a bat file that does this nicely

2  Import data into 'Production Entry'- I have a VI Import job that works

3  Launch 'Production Register Update' panel - I see this can be done in Task Scheduler but I would need to launch it as 'Run Now' via bat file or equivalent

4  Launch 'Daily Sales Reports/Updates' panel - ditto

Finally, I need a single command to run the entire sequence (maybe another bat file?).  I'm hoping to be able to do this with bat files, VI Perform, and/or Task Scheduler, if possible.  Or is there some better way?