Yes, it looks like it is impossible to use both controls simultaneously. It might be possible to turn one off and the other on to only allow one of them to work at a time.
The controls are App Inventor controls and it appears when both are activated, they interfere so the solution might be to use one at a time. Ask yourself why your app has to have both components working at exactly the same time and then code around it realizing App Inventor is a programming environment for educational purposes and does not have all the capabilities of a Java based Android compiler.
If you use Android Studio etc.; you would use it's library of functions to achieve something similar. Visit the Android Studio site. Could AS provide simultaneous functions? Maybe. How you would do something similar would be done in a very different way, if at all. VIsit one of the professional coding sites like stackoverflow and perhaps ask your question there.