Help with buttons

I have five buttons whose commands are

SEND CAN FRAME

. I want that pressing a button will change its color so that it will appear pressed and pressing another button will change the color of the newly pressed button and return the pressed button to the default color. Is there such a possibility?

Yes, you can attach multiple actions to single button to store value to dummy variables when its pressed.