How to feed two `K.variable()` to a Keras model as two inputs?

I use Model1 as a feature extractor. K.variable() receive two feature outputs from Model1. Then Model2 is built for handling the two features as input.

How to feed two features in K.variable() to Model2 as inputs?