Use pure functions to insert the rank argument:
list = RandomInteger[100, 20]; {#1[list, 10] & /@ {RankedMin, RankedMax}}
Both yield {RankedMin[list,10], RankedMax[list,10]} evaluated correctly.
{RankedMin[list,10], RankedMax[list,10]}