So on my Screen I have two objects of the same class that implement InputProcessor with the following keyDown() method:
Screen
InputProcessor
keyDown()
Here is a code sample on LibGDX.info showing how to implement multiplexing with LibGDX:
https://libgdx.info/multiplexing/
I hope it helps