The MS documentation states about DLLs : "By default, each process using a DLL has its own instance of all the DLLs global and static variables.".
Take a look on this that give some workaround : http://msdn.microsoft.com/en-us/library/h90dkhs0(v=vs.80).aspx
BTw, I would share this values using network communications.