Nope, there can only be one main program. If you need to call another "main" program, you first need to turn it into a subroutine or function.
Fortran is not an interpreted language like tcl, python, or others; it is compiled like C, for example. So, there is no such thing as interactive shell for Fortran.