How to parametrize OPENQUERY in MSSQL

How to parametrize OPENQUERY in MSSQL:
MSSQL has good feature of linked server between two different Database in same location or in remote location.
OPENQUERY helps you to execute your query in Linked server (remote) .
In linked server you can directly execute your query without OPENQUERY but the performance will be a issue.
As per my experience OPENQUERY [...]