All of my buttons are placed on top of each other and clicking them performs all of their individual actions at the same time.
Material UI has some pretty extensive documentation on Grids and other components that can be used to position buttons (as well as other things). I don't know if you are using React or not, but Material UI worked for my group
I'll definitely look into that. Thanks.