A Microsoft platform for building and publishing apps for Windows devices.
Hello,
Welcome to Microsoft Q&A!
You could try to use StreamSocket to share the data between two apps. Using a StreamSocket and a StreamSocketListener sending and receiving data over TCP to form a client and server. You'll need to declare an app capability- privateNetworkClientServer in your project.
You could get more detailed information about how to use StreamSocket here: Sockets.
You could also get a sample about SteamSocket here: StreamSocket
Thank you.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.