I have 2 files; one called calc.exe and the other plot.exe. The file
calc.exe creates data and sends it to a file while plot.exe reads the
data from the file and plots it.

How can I execute plot.exe while running calc.exe.