Actually, an amendment to my previous comment:
You need something like Absoft's Pro Fortran for Windows, which can create DLLs from Fortran code. Once you have the DLL, you can just use the Call Library Function primitive to err.. call your function in the DLL.
-Saverio