Add an instance variable to the wheels (a text will do just fine) and name each wheel in a meaningful way (e.g. Front, Back).
Use the compare instance variable condition to filter out each wheel and apply the desired actions.
Your code should look like this:
Every tick
---->Wheel | Variable = "Front" ====> Apply actions
---->Wheel | Variable = "Back" =====> Apply different actions