If you're asking whether this is currently available: No.
While it is technically possible to differentiate between HID input devices, as HIDMacros proves, the Windows input system is designed so that all keyboard and mice devices manipulate the same central state.
This is also why flight simulator hardware tends to either use the DirectInput joystick API (which is explicitly designed to differentiate between devices), or a generic HID device driver that interfaces with other software to pass events along to a custom API (E.G. Saitek's Pro Flight panels, which were originally designed to interface with FSX's Simconnect API).