MIDI from host to plugin

Can anyone explain me how send MIDI messages from host application to VST plugin?

The host passes midi events to your plugin with the processBlock() call. They are in the MidiBuffer. Have a look at processBlock() in the JuceDemoPugin project.