AFAIK, the only way to do that is to use a timer in the second application and periodically query the database to see if there have been any changes.
Alternatively, if the two applications are on the same machine, you could use Windows messaging. (Either roll your own or use DDE.)