If by "other projects" you mean applications you're writing, you should look into inter-process communication.
Here is a high-level overview of what's available through native Windows APIs, and
here is a discussion as to which method is best suited for simple asynchronous communication, assuming both sides are written in C#.