Yes, it’s possible.
Each time one of your interfaces (Blynk or the touchscreen) is updated it needs to update the other interface.
So, if your Blynk app sets a target temperature of 24° then it will trigger the corresponding BLYNK_WRITE(vPin) routine, and you’ll need to update your touchscreen’s target temperature.
The same applies in reverse, with touchscreen input being reflected in the Blynk app via a Blynk.irtualWrite(vPin, value) command.
I do something similar using a Nextion display, but also use Amazon Alexa commands to control the heating/cooling too….
Pete.