• Have you tried to use openquery to call function in linked SQL Server.

    For example,

    select * from OPENQUERY(TSTSQL01,'select * from master.dbo.usysprocess(51)')